Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix rocksdb for use with global tables or tables that use_partitioner #130

Merged
merged 3 commits into from
Apr 16, 2021
Merged

fix rocksdb for use with global tables or tables that use_partitioner #130

merged 3 commits into from
Apr 16, 2021

Conversation

aoberegg
Copy link
Contributor

Description

At the moment when using global tables or use_partitioner for a table and rocksdb store a get won't return the value when the partition of the key to be retrieved is not the same (in terms of the partitioner) as the partition of the event that led to storing the key. This is a (imperformant) fix that in my understanding always searches in all partitions of rocksdb for the key when using global table or use_partitioner.

@patkivikram
Copy link
Collaborator

the linting is failing can you run ./scripts/lint?

alexanderoberegger added 2 commits April 16, 2021 19:16
@patkivikram patkivikram merged commit ec3ac3e into faust-streaming:master Apr 16, 2021
@xgamer4 xgamer4 mentioned this pull request May 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants